From: Richard M. Stallman Date: Mon, 10 Jan 1994 22:37:13 +0000 (+0000) Subject: (struct buffer): New field auto_save_failure_time. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1^2~5^2~93503 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=4c0dc722280ebefb0921c178a2e80aeb219038a4;p=emacs.git (struct buffer): New field auto_save_failure_time. --- diff --git a/src/buffer.h b/src/buffer.h index 15f7c51f437..7d6e1475de9 100644 --- a/src/buffer.h +++ b/src/buffer.h @@ -172,6 +172,9 @@ struct buffer int modtime; /* the value of text.modiff at the last auto-save. */ int auto_save_modified; + /* The time at which we detected a failure to auto-save, + Or -1 if we didn't have a failure. */ + int auto_save_failure_time; /* Position in buffer at which display started the last time this buffer was displayed */ int last_window_start;